/* colors */

:root{
    --transparent-beige: #EBE1DAE0;
    --brown: #D4B598;
    --border-black: #262020;
    --hover-brown: #805746;
    --text-magenta: #A940B3;
}

